var runtime.cgo_yield
15 uses
runtime (current package)
cgo.go#L63: var cgo_yield = &_cgo_yield
lock_futex.go#L154: if *cgo_yield != nil {
lock_futex.go#L161: if *cgo_yield != nil {
lock_futex.go#L162: asmcgocall(*cgo_yield, nil)
lock_futex.go#L177: if *cgo_yield != nil {
lock_futex.go#L184: if *cgo_yield != nil {
lock_futex.go#L185: asmcgocall(*cgo_yield, nil)
lock_futex.go#L198: if *cgo_yield != nil && ns > 10e6 {
lock_futex.go#L203: if *cgo_yield != nil {
lock_futex.go#L204: asmcgocall(*cgo_yield, nil)
proc.go#L2951: if *cgo_yield != nil {
proc.go#L2952: asmcgocall(*cgo_yield, nil)
proc.go#L5592: if *cgo_yield != nil {
proc.go#L5593: asmcgocall(*cgo_yield, nil)
signal_unix.go#L636: delayedSignal := *cgo_yield != nil && mp != nil && gsignal.stack == mp.g0.stack
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |